Skip to content

Conversation

llbbl
Copy link

@llbbl llbbl commented Jun 2, 2025

Hey Jeff, I had some problems with this repo on Ubuntu 24 Noble. It couldn't determine the architecture and it was trying to download Node from i386, which doesn't exist on the Nodesource side of things. So I added some stuff to fix that and detect the correct architecture. It's working now for me on my home lab.

  • Updated .gitignore to exclude IDE and OS-specific files.
  • Enhanced README.md with new nodejs_architecture variable for specifying NodeSource repository architecture.
  • Modified defaults/main.yml to include nodejs_architecture with a description.
  • Updated setup-Debian.yml to set architecture for NodeSource repository based on user input or auto-detection from ansible_architecture.

…tation

- Updated .gitignore to exclude IDE and OS-specific files.
- Enhanced README.md with new nodejs_architecture variable for specifying NodeSource repository architecture.
- Modified defaults/main.yml to include nodejs_architecture with a description.
- Updated setup-Debian.yml to set architecture for NodeSource repository based on user input or auto-detection from ansible_architecture.
@llbbl llbbl changed the title Add architecture support for NodeSource repository and update documntation Add architecture support for NodeSource repository and update documentation Jun 2, 2025
@llbbl
Copy link
Author

llbbl commented Jun 2, 2025

https://github.com/nodesource/distributions?tab=readme-ov-file#ubuntu-versions

Looking at the distributions, they provide builds for 32-bit ARM but not x86.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant